Compare commits
3 commits
a8b1692666
...
7df52856a0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7df52856a0 | ||
|
|
b32dda27bb | ||
|
|
11bf387a80 |
2 changed files with 15 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ table ip firewall {
|
|||
134.245.71.138,
|
||||
134.245.71.168,
|
||||
134.245.64.40,
|
||||
134.245.71.71,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
14
etc/grub-08-upboard
Executable file
14
etc/grub-08-upboard
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
KERNEL=$(ls /boot/vmlinuz-*-d3d | tail -1 | sed s,/boot/,,)
|
||||
RUNLEVEL=3
|
||||
cat <<END
|
||||
menuentry 'Debian Linux sid, kernel ${KERNEL}' --class debian --class gnu-linux --class gnu --class os {
|
||||
load_video
|
||||
insmod gzio
|
||||
insmod part_msdos
|
||||
insmod ext2
|
||||
set root='hd0,msdos2'
|
||||
echo 'Loading ${KERNEL} ...'
|
||||
linux /boot/${KERNEL} root=/dev/mmcblk0p2 ro net.ifnames=0 $RUNLEVEL
|
||||
}
|
||||
END
|
||||
Loading…
Add table
Add a link
Reference in a new issue