mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Remove template of /etc/fstab
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
#
|
|
||||||
# file system mount-point type options dump fsck
|
|
||||||
# order
|
|
||||||
DEVICE1 /boot auto defaults 1 2
|
|
||||||
DEVICE2 swap swap pri=1 0 0
|
|
||||||
DEVICE3 / auto defaults 1 1
|
|
||||||
DEVICE4 /var auto defaults 1 1
|
|
||||||
none /var/log/rrd tmpfs defaults,size=64M 0 0
|
|
||||||
none /var/lock tmpfs defaults,size=8M 0 0
|
|
||||||
@@ -75,7 +75,7 @@ $(TARGET) :
|
|||||||
|
|
||||||
# Config files
|
# Config files
|
||||||
cp -rvf $(DIR_SRC)/config/etc/* /etc;
|
cp -rvf $(DIR_SRC)/config/etc/* /etc;
|
||||||
touch /etc/mtab
|
touch /etc/{fs,m}tab
|
||||||
echo "$(NAME) v$(VERSION) - $(SLOGAN)" > /etc/issue
|
echo "$(NAME) v$(VERSION) - $(SLOGAN)" > /etc/issue
|
||||||
echo "===============================" >> /etc/issue
|
echo "===============================" >> /etc/issue
|
||||||
echo "\n running on \s \r \m" >> /etc/issue
|
echo "\n running on \s \r \m" >> /etc/issue
|
||||||
|
|||||||
Reference in New Issue
Block a user