mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
merged the checkin 76a9da1e87dea03f9307d3438fe13f09546ef3ca; defect 4571 /etc/network/interfaces overwriten after firstboot
This commit is contained in:
parent
328c04da81
commit
2d6869521b
@ -148,5 +148,6 @@ d-i preseed/late_command string wget http://`cat /tmp/xcatserver`/install/autoin
|
||||
mount -o bind /dev /target/dev; \
|
||||
mount -o bind /dev/pts /target/dev/pts -t devpts; \
|
||||
mount -o bind /sys /target/sys; \
|
||||
chroot /target /root/post.script
|
||||
chroot /target /root/post.script; \
|
||||
cp /target/etc/network/interfaces /etc/network/interfaces
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user