[lfs-support] systemd-216 automatic enabling of services during firstboot.

2014-09-12 Thread xinglp
same as here https://bugs.archlinux.org/task/41755 Is there any way to disable it ? -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the o

Re: [lfs-support] systemd-216 automatic enabling of services during firstboot.

2014-09-12 Thread xinglp
2014-09-13 11:11 GMT+08:00 Armin K. : > On 13.9.2014 4:29, xinglp wrote: >> >> same as here https://bugs.archlinux.org/task/41755 >> Is there any way to disable it ? >> > > systemd-firstboot is disabled in LFS by default, as well as > systemd-sysusers. It'

Re: [lfs-support] systemd-216 automatic enabling of services during firstboot.

2014-09-13 Thread xinglp
2014-09-13 12:01 GMT+08:00 xinglp : > 2014-09-13 11:11 GMT+08:00 Armin K. : >> On 13.9.2014 4:29, xinglp wrote: >>> >>> same as here https://bugs.archlinux.org/task/41755 >>> Is there any way to disable it ? >>> >> >> systemd-firstboot is d

[lfs-support] Wiki web system only work with english browser.

2015-04-09 Thread xinglp
curl "http://wiki.linuxfromscratch.org/lfs"; -H "Accept-Language: en-UK,en;q=0.8" -v > GET /lfs HTTP/1.1 > User-Agent: curl/7.41.0 > Host: wiki.linuxfromscratch.org > Accept: */* > Accept-Language: en-UK,en;q=0.8 > < HTTP/1.1 200 OK < Date: Thu, 09 Apr 2015 10:20:56 GMT < Server: Apache/2.4.7 (Ubu

[lfs-support] missing http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-224.tar.xz

2015-08-04 Thread xinglp
-- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A:

Re: [lfs-support] missing http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-224.tar.xz

2015-08-04 Thread xinglp
2015-08-04 23:42 GMT+08:00 Bruce Dubbs : > xinglp wrote: > >> missing >> http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-224.tar.xz > > Should be there now. Thanks. > > -- Bruce > -- > http://lists.linuxfromscratch.org/listinfo/lfs-support &g

Re: [lfs-support] Systemd

2015-12-09 Thread xinglp
2015-12-09 19:09 GMT+08:00 martynvidler : > Is there going to be any progress on the lfs systemd version? No progress since a few months ago. And I merge changes from trunk to sytemd branch to keep update. > -- > http://lists.linuxfromscratch.org/listinfo/lfs-support > FAQ: http://www.linuxfromscra

[lfs-support] question about Chapter 6.9 Glibc 'uname -m'

2016-12-22 Thread xinglp
As the below code: case $(uname -m) in x86) ln -s ld-linux.so.2 /lib/ld-lsb.so.3 ;; x86_64) ln -s ../lib/ld-linux-x86-64.so.2 /lib64 ln -s ../lib/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.3 ;; esac On my machine, 'uname -m' only output x86_64 or i686, but never x86.

Re: [lfs-support] question about Chapter 6.9 Glibc 'uname -m'

2016-12-22 Thread xinglp
2016-12-22 22:24 GMT+08:00 William Harrington : > On Thu, December 22, 2016 08:15, xinglp wrote: >> As the below code: >> case $(uname -m) in >> x86) ln -s ld-linux.so.2 /lib/ld-lsb.so.3 >> ;; >> x86_64) ln -s ../lib/ld-linux-x86-64.so.2 /lib64 >>

Re: [lfs-support] question about Chapter 6.9 Glibc 'uname -m'

2016-12-22 Thread xinglp
2016-12-23 0:31 GMT+08:00 Bruce Dubbs : > William Harrington wrote: >> >> On Thu, December 22, 2016 08:15, xinglp wrote: >>> >>> As the below code: >>> case $(uname -m) in >>> x86) ln -s ld-linux.so.2 /lib/ld-lsb.so.3 >>>

Re: [lfs-support] question about Chapter 6.9 Glibc 'uname -m'

2016-12-22 Thread xinglp
2016-12-23 0:53 GMT+08:00 William Harrington : > On Thu, December 22, 2016 14:51, xinglp wrote: >> 2016-12-22 22:24 GMT+08:00 William Harrington : >>> On Thu, December 22, 2016 08:15, xinglp wrote: >>>> As the below code: >>>> case $(uname -m) in >>

[lfs-support] Ctrl+C and BackSpace key not work properly when I use init=/bin/bash in kernel command line.

2017-02-21 Thread xinglp
When I press 'Ctrl+C' the process not stop. When I press BackSpace key, there are more blank appeared. What did I missed? Thanks. -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top pos

Re: [lfs-support] Ctrl+C and BackSpace key not work properly when I use init=/bin/bash in kernel command line.

2017-02-21 Thread xinglp
2017-02-22 0:16 GMT+08:00 Tim Tassonis : > On 02/21/2017 04:20 PM, xinglp wrote: >> >> When I press 'Ctrl+C' the process not stop. >> When I press BackSpace key, there are more blank appeared. >> What did I missed? > > > I assume the whole con

Re: [lfs-support] Ctrl+C and BackSpace key not work properly when I use init=/bin/bash in kernel command line.

2017-02-21 Thread xinglp
2017-02-22 0:45 GMT+08:00 Pierre Labastie : > On 21/02/2017 16:20, xinglp wrote: >> >> When I press 'Ctrl+C' the process not stop. >> When I press BackSpace key, there are more blank appeared. >> What did I missed? >> Thanks. > > Not sure, but I

Re: [lfs-support] Ctrl+C and BackSpace key not work properly when I use init=/bin/bash in kernel command line.

2017-02-21 Thread xinglp
2017-02-22 13:22 GMT+08:00 : > 2017-02-22 0:45 GMT+08:00 Pierre Labastie : >> On 21/02/2017 16:20, xinglp wrote: >>> >>> When I press 'Ctrl+C' the process not stop. >>> When I press BackSpace key, there are more blank appeared. >>> What did

Re: [lfs-support] Building a LiveCD from LFS 8.0

2017-03-10 Thread xinglp
2017-03-10 21:48 GMT+08:00 Aaron Bains : > I want to make a live CD based on the LFS 8.0 documentation. I have made my > tool chain (completed chapter 5) and I am starting to build the packages for > the final system. > > I don't want to compile any packages inside the actual LiveCD, since I want >