mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
glibc: fix image, updater and filecount in installer.
switch from locale-archive to normale locales add est. 5000 files. todo: arm-rootfile.
This commit is contained in:
@@ -113,6 +113,7 @@ add_to_backup usr/share/usb_modeswitch
|
||||
add_to_backup etc/rc.d/init.d/networking/red.down/99-D-dialctrl.pl
|
||||
add_to_backup etc/rc.d/init.d/networking/red.up/99-U-dialctrl.pl
|
||||
add_to_backup usr/local/bin/dialctrl.pl
|
||||
add_to_backup usr/lib/locale/locale-archive
|
||||
|
||||
# Backup the files
|
||||
tar cJvf /var/ipfire/backup/core-upgrade${core}_${KVER}.tar.xz \
|
||||
@@ -146,6 +147,9 @@ rm -rf /usr/share/usb_modeswitch
|
||||
# Remove old tzdata
|
||||
rm -rf /usr/share/zoneinfo
|
||||
|
||||
# Remoce old locale-archive
|
||||
rm -rf /usr/lib/locale/locale-archive
|
||||
|
||||
# Remove dialctrl.pl script
|
||||
rm -f \
|
||||
/etc/rc.d/init.d/networking/red.down/99-D-dialctrl.pl \
|
||||
|
||||
Reference in New Issue
Block a user