fstab; fixes
This commit is contained in:
parent
fcf4c8459c
commit
4cc939bb48
|
|
@ -88,7 +88,7 @@ rm -f /thirdstage.sh
|
||||||
rm -f /etc/ssh/*key
|
rm -f /etc/ssh/*key
|
||||||
rm -f /etc/ssh/*.pub
|
rm -f /etc/ssh/*.pub
|
||||||
rm -f /root/.bash_history
|
rm -f /root/.bash_history
|
||||||
|
rm -f /usr/bin/qemu*
|
||||||
# our file for which we check the bootstrap is complete
|
# our file for which we check the bootstrap is complete
|
||||||
echo "1" > .done
|
echo "1" > .done
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
|
|
@ -63,8 +63,8 @@ img_partition_dos() {
|
||||||
notice "Partitioning with dos"
|
notice "Partitioning with dos"
|
||||||
silly
|
silly
|
||||||
|
|
||||||
dos_boot_size=(ext2 0 64)
|
parted_boot=${parted_boot:-ext2 0 64}
|
||||||
dos_root_size=(ext4 64 -1)
|
parted_root=${parted_root:-ext4 64 -1}
|
||||||
|
|
||||||
pushd ${workdir}
|
pushd ${workdir}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -155,7 +155,7 @@ cat <<EOF
|
||||||
# version 9.2.0
|
# version 9.2.0
|
||||||
|
|
||||||
|
|
||||||
# Exclude some system files. These are required, and you probably
|
# Exclude some system files. These are required, and you probably
|
||||||
# shouldn't change them.
|
# shouldn't change them.
|
||||||
|
|
||||||
- /dev/*
|
- /dev/*
|
||||||
|
|
@ -186,9 +186,9 @@ cat <<EOF
|
||||||
- /etc/initramfs-tools/conf.d/cryptroot # see remove-cryptroot and nocrypt.sh
|
- /etc/initramfs-tools/conf.d/cryptroot # see remove-cryptroot and nocrypt.sh
|
||||||
- /home/snapshot
|
- /home/snapshot
|
||||||
|
|
||||||
# Added for newer version of live-config/live-boot in wheezy
|
# Added for newer version of live-config/live-boot in wheezy
|
||||||
# These are only relevant here if you create a snapshot while
|
# These are only relevant here if you create a snapshot while
|
||||||
# you're running a live-CD or live-usb.
|
# you're running a live-CD or live-usb.
|
||||||
- /lib/live/overlay
|
- /lib/live/overlay
|
||||||
- /lib/live/image
|
- /lib/live/image
|
||||||
- /lib/live/rootfs
|
- /lib/live/rootfs
|
||||||
|
|
@ -302,7 +302,7 @@ cat <<EOF
|
||||||
- /home/devuan/[a-zA-Z0-9]*
|
- /home/devuan/[a-zA-Z0-9]*
|
||||||
|
|
||||||
###
|
###
|
||||||
### ignore the symlink /initrd.img -> /boot/initrd.img-`uname -r`
|
### ignore the symlink /initrd.img -> /boot/initrd.img-`uname -r`
|
||||||
### -- KatolaZ -- 2016-05-21
|
### -- KatolaZ -- 2016-05-21
|
||||||
###
|
###
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue