Re: [arch-general] Dual boot Arch with Windows 10

2019-05-26 Thread Yi Zheng via arch-general
create a USB-Key, install extlinux onto it. In extlinux.conf, you can provide kernel cmdline, with root=UUID=xxx-xxx-xxx-xxx In that way, you can boot your archlinux(and any other linux) from USB, and using your main HDD(partition) as the rootfs. Note, every time you update the kernel, you must c

Re: [arch-general] Dual boot Arch with Windows 10

2019-05-27 Thread Yi Zheng via arch-general
I hate UEFI... Ali Emre Gülcü via arch-general 于2019年5月27日周一 下午2:41写道: > > > > create a USB-Key, install extlinux onto it. In extlinux.conf, you can > > provide kernel cmdline, with root=UUID=xxx-xxx-xxx-xxx > > In that way, you can boot your archlinux(and any other linux) from

[arch-general] about ecryptfs-utils, openssl supporting should be added ?

2019-11-26 Thread Yi Zheng via arch-general
why not add '--enable-openssl' into the configure options? Does it support OpenSSL now?

[arch-general] tzdata, about dir /usr/share/zoneinfo-leaps

2020-01-10 Thread Yi Zheng via arch-general
Hi, all I found that there is a 'new' dir /usr/share/zoneinfo-leaps It includes files almost the same ones in /usr/share/zoneinfo/right/ I checked the md5 of every files under those two dir. And found that they are the same ones. The only exception is /usr/share/zoneinfo/right/US/Pacific-New, w

[arch-general] Fwd: cscope fixup for emacs 27.1

2020-08-25 Thread Yi Zheng via arch-general
Hi, cscope released with contrib emacs plugin xcscope.el It uses emacs-lisp function process-kill-without-query, which is removed in emacs-27.1 I cloned the git repo of cscope(git://git.code.sf.net/p/cscope/cscope), and add an fixup. but it seems that the upstream is long not been updated. do

[arch-general] sysstat man-page wrong

2020-10-30 Thread Yi Zheng via arch-general
/usr/share/man/man1/pidstat.1.xz.gz is compressed twice. man: warning: /usr/share/man/man1/pidstat.1.xz.gz: ignoring bogus filename No manual entry for pidstat Could you please fixup that defect?

[arch-general] gn package, could you please add the emacs gn-mode.el ?

2020-11-25 Thread Yi Zheng via arch-general
Hi, Evangelos in the source tree of 'gn' package, the emacs mode scripts has been added in misc/emacs/gn-mode.el Could you please add that mode into the gn release package in ArchLinux ?